vector_subtract_scalar

Syntax:

vector_subtract_scalar(vector, scalar)

Arguments:

Argument Name Type Description
vectorvectorvector to modify
scalarrealscalar to use

Returns: (vector)

Description:

Subtracts a scalar value from all units of a given vector. Vector can be of any size.

Back: Operations
Next: vector_divide_scalar